Skip to content

ticket #3 cs-assistant: Added :stats and verbose mode to the dev CLI#10

Merged
AJaccP merged 5 commits into
mainfrom
feat/adding-stats
Jun 21, 2026
Merged

ticket #3 cs-assistant: Added :stats and verbose mode to the dev CLI#10
AJaccP merged 5 commits into
mainfrom
feat/adding-stats

Conversation

@strictshot

Copy link
Copy Markdown
Contributor

Added two dev conveniences (:stats and :verbose).
Key changes to files :

  • src/infrastructure/db/repository.py
  • src/apps/dev_cli.py
  • README.md (in the Using It section)

Manual verification done:

  1. Ran make migrate && make ingest to populate the local database.
  2. Started the CLI using make cli and verified the startup message.
  3. Executed `:stats
  4. Toggled :verbose mode on, submitted a query, and confirmed that the source URL, similarity scores, and character-limited snippets printed cleanly prior to the model's response.
  5. Checked that exit and quit still terminate the session cleanly.

Comment thread src/apps/dev_cli.py
Comment thread src/apps/dev_cli.py Outdated
Comment thread src/infrastructure/db/repository.py
Comment thread src/infrastructure/db/repository.py Outdated
Comment thread README.md Outdated
Comment thread src/apps/dev_cli.py Outdated
Comment thread src/apps/dev_cli.py Outdated
@strictshot strictshot requested a review from AJaccP June 21, 2026 17:02
@AJaccP AJaccP merged commit 9358936 into main Jun 21, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants